home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
pc
/
Demos
/
Bombardier_PC
/
BSCRIPTS.CST
/
00119_Script_avionPict
< prev
next >
Wrap
Text File
|
1999-04-25
|
940b
|
40 lines
-- ⌐ 1998 @radical.media, inc. & Concurrent New Media Group, L.L.C.
-- Developed for Bombardier, Inc.
--
-- All programming developed by:
-- Robert Fabricant, Valerie Valoueva, Ossi Shaked,
-- Henry Sauvageot, Chris Howell & Chris Girand
--
-- Use of this code by parties other than @radical.media, inc. or their
--agents
-- without the express written consent of @radical.media, inc. AND Concurrent
-- New Media Group, L.L.C. is strictly prohibited.
------------------------------------------------------
property linkedSprite
on new me
set linkedSprite = getSpriteNumFromMemberName ("invis_avionfield")
end
on mouseEnter me
set the member of sprite linkedSprite = member "avionField"
puppetsound 3,"subroll"
updatestage
end
on mouseLeave me
set the member of sprite linkedSprite = member "invis_avionfield"
updatestage
end
on mouseUp me
cursor -1
go to "avion_exit"
end